home *** CD-ROM | disk | FTP | other *** search
/ Clickx 75 / Clickx 75.iso / software / expressionweb / expressionwebv3 / ExpressionWeb_en.exe / Setup / WeNoLoc.cab / xweb.XML.master_directives.xsd < prev    next >
Encoding:
Extensible Markup Language  |  2009-06-09  |  3.3 KB  |  58 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <xsd:schema targetNamespace='http://schemas.microsoft.com/intellisense/master-directives'
  3.             xmlns:xsd='http://www.w3.org/2001/XMLSchema'
  4.             xmlns='http://schemas.microsoft.com/intellisense/master-directives'
  5.             xmlns:vs='http://schemas.microsoft.com/Visual-Studio-Intellisense'
  6.             vs:ishtmlschema='false'
  7.             vs:isserverschema='true'
  8.             vs:nonbrowseable='true'
  9.             vs:SuccinctFriendlyName="ASP.Net">
  10.  
  11. <xsd:annotation>
  12.   <xsd:documentation>
  13.     Master directives schema.
  14.   </xsd:documentation>
  15. </xsd:annotation>
  16.  
  17. <xsd:include schemaLocation="dirtypes.xsd" />
  18.  
  19. <!-- Valid top level elements -->
  20. <xsd:element name="Assembly" type="AssemblyDef" vs:htmlequivalent="%@" />
  21. <xsd:element name="Implements" type="ImplementsDef" vs:htmlequivalent="%@" />
  22. <xsd:element name="Import" type="ImportDef" vs:htmlequivalent="%@" />
  23. <xsd:element name="Master" type="MasterDef" vs:htmlequivalent="%@" />
  24. <xsd:element name="MasterType" type="MasterTypeDef" vs:htmlequivalent="%@" vs:disallowedonmobilepages="true" />
  25. <xsd:element name="Reference" type="ReferenceDef" vs:htmlequivalent="%@" />
  26. <xsd:element name="Register" type="RegisterDef" vs:htmlequivalent="%@" />
  27.  
  28. <!-- Definitions for top level elements -->
  29. <xsd:complexType name="MasterDef">
  30.   <xsd:attribute name="AutoEventWireup" type="xsd:boolean" vs:nonfilterable="true" />
  31.   <xsd:attribute name="ClassName" type="xsd:string" vs:nonfilterable="true" />
  32.  
  33.   <!-- This isn't specified on msdn, but it is on the vs generated page... -->
  34.   <xsd:attribute name="Codebehind" type="xsd:anyURI" vs:nonbrowseable="true" vs:serverlanguageextensions="true" vs:nonfilterable="true" />
  35.  
  36.   <xsd:attribute name="CodeFileBaseClass" type="xsd:string" vs:nonfilterable="true" />
  37.   <xsd:attribute name="CompilationMode" type="CompilationModeDef" vs:nonfilterable="true" />
  38.   <xsd:attribute name="CompilerOptions" type="xsd:string" vs:nonfilterable="true" />
  39.   <xsd:attribute name="CodeFile" type="xsd:anyURI" vs:serverlanguageextensions="true" vs:nonfilterable="true" />
  40.   <xsd:attribute name="Debug" type="xsd:boolean" vs:nonfilterable="true" />
  41.   <xsd:attribute name="Description" type="xsd:string" vs:nonfilterable="true" />
  42.   <xsd:attribute name="EnableTheming" type="xsd:boolean" vs:disallowedonmobilepages="true" />
  43.   <xsd:attribute name="EnableViewState" type="xsd:boolean" />
  44.   <xsd:attribute name="Explicit" type="xsd:boolean" vs:nonfilterable="true" />
  45.   <xsd:attribute name="Inherits" type="xsd:string" vs:nonfilterable="true" />
  46.  
  47.   <xsd:attribute name="Language" type="ServerLanguagesDef" vs:nonfilterable="true" vs:readonly="true" />
  48.  
  49.   <xsd:attribute name="LinePragmas" type="xsd:boolean" vs:nonfilterable="true" />
  50.   <xsd:attribute name="MasterPageFile" type="xsd:anyURI" vs:preferredextensions=".master" vs:builder="master" vs:disallowedonmobilepages="true" />
  51.   <xsd:attribute name="Src" type="xsd:anyURI" vs:serverlanguageextensions="true" vs:nonfilterable="true" />
  52.   <xsd:attribute name="Strict" type="xsd:boolean" vs:nonfilterable="true" />
  53.   <xsd:attribute name="TargetSchema" type="xsd:string" vs:nonbrowseable="true" vs:nonfilterable="true" />
  54.   <xsd:attribute name="WarningLevel" type="WarningLevelDef" vs:nonfilterable="true" />
  55. </xsd:complexType>
  56.  
  57. </xsd:schema>
  58.